home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 6.0 / Macromedia Multimedia Showcase v6.0 WIN-MAC (XMSH60CD)(Macromedia, Inc.)(1996).iso / pc / demosoft / freehand / data.5 / App / Usenglsh / lang8.dll / POST / 1096 < prev    next >
Text File  |  1996-10-03  |  798b  |  51 lines

  1. /setgray{pop 1 _setgray}bdf
  2. /setcmykcolor{
  3. overprintcmyk
  4. pop 1 exch sub _setgray pop pop
  5. }bdf
  6. /sethexcolor{
  7. overprinthex
  8. pop pop pop 1 exch sub _setgray pop pop
  9. }bdf
  10. /maxcolor {
  11. isonlycthreshold {pop pop pop}    
  12. {
  13. isonlymthreshold {4 3 roll pop pop pop}    
  14. {
  15. isonlykthreshold {4 1 roll pop pop pop}    
  16. {4 2 roll pop pop pop}    
  17. ifelse
  18. }
  19. ifelse
  20. }
  21. ifelse
  22. } bdf
  23. /colorimage{
  24. pop pop
  25. [
  26. 5 -1 roll    
  27. /exec cvx    
  28. 6 -1 roll
  29. /exec cvx
  30. 7 -1 roll
  31. /exec cvx
  32. 8 -1 roll
  33. /exec cvx    
  34. /pop cvx
  35. /exch cvx
  36. /pop cvx
  37. /exch cvx
  38. /pop cvx
  39. ]
  40. cvx
  41. {1.0 exch sub} bind currenttransfer concatprocs st
  42. _image
  43. }bdf
  44. /image{
  45. 3 1 getprocessoverprint        
  46. {gsave nulldevice _image grestore}
  47. {inverted?{{pop 0}}{{pop 1}}ifelse st _image}
  48. ifelse
  49. }bdf
  50. /setcolortransfer{pop 3 1 roll pop pop st}bdf